*
{
	border: 0;
	margin: 0;
	padding: 0;
}

table 
{
	background-color: #D0D0D0;
	text-align: left;
	border-spacing: 1px;

	
}


table a, table, tbody, tfoot, tr, th, td 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bolder;
}
tbody td{
	padding: 5px;
	height: 30px;
	border: 1px;
}

table caption
{
	border-bottom-color: #b5370e;
	border-right-color: #b5370e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	color: #000000;
	padding:10px;
}

table a
{
	text-decoration: none;
	color: #666;

}

table a:hover, table a:focus
{
text-decoration: underline;
}
table th
{
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
	
	}
table th a
{
	color: #816658;
	text-align: left;
	padding:5px;
	display: block;
}
table .odd th a,table .odd td a,table .odd td{
	color: #816658;
}

table th a:hover, table th a:focus, tbody tr:hover th
{   
   font-style: normal;   
   font-weight: normal;   
   background-color: #b5370e;
}
table .odd th,table .odd td{
	background-color: #aaa096;
		border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
}

thead th
{
	height: 30px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #baaea3;
	
}
tfoot{
	border-top: 1px dotted #fff;
	height:30px;
	
}
tfoot th,tfoot td{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #D0D0D0;
	text-transform: none;
	color: #D0D0D0;
}

tbody th
{
	color: #baaea3;
	font-style: normal;
	padding: 5px;


}

td
{
	height: 20px;
	background-color: #baaea3;
	color: #816658;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;	
}

tbody tr.odd
{
	background-color: #D6CFC9;
	border-bottom: 1px dotted #baaea3;
}

tbody tr:hover td
{
	background-color: #FFFFFF;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #000000;
}
b, strong {font-weight: normal;}

